newContextRecorderStorage() — fiber Function Reference
Architecture documentation for the newContextRecorderStorage() function in cache_test.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD dd1b3634_0cbf_5a63_3fcc_869cfe1a2add["newContextRecorderStorage()"] 8453a087_9678_fe96_1b20_2d125b6f8656["cache_test.go"] dd1b3634_0cbf_5a63_3fcc_869cfe1a2add -->|defined in| 8453a087_9678_fe96_1b20_2d125b6f8656 91805460_0832_eea8_078a_68361793a0d5["TestCacheEvictionPropagatesRequestContextToDelete()"] 91805460_0832_eea8_078a_68361793a0d5 -->|calls| dd1b3634_0cbf_5a63_3fcc_869cfe1a2add af97e999_c992_ee9a_3d06_0b4824e3a2fd["TestCacheCleanupPropagatesRequestContextToDelete()"] af97e999_c992_ee9a_3d06_0b4824e3a2fd -->|calls| dd1b3634_0cbf_5a63_3fcc_869cfe1a2add fd2bca04_19f0_1e38_9da6_7edbe8446cf4["TestCacheStorageOperationsObserveRequestContext()"] fd2bca04_19f0_1e38_9da6_7edbe8446cf4 -->|calls| dd1b3634_0cbf_5a63_3fcc_869cfe1a2add 764bea14_4c8a_81bd_ccd6_a1952b5d95d1["newFailingCacheStorage()"] dd1b3634_0cbf_5a63_3fcc_869cfe1a2add -->|calls| 764bea14_4c8a_81bd_ccd6_a1952b5d95d1 style dd1b3634_0cbf_5a63_3fcc_869cfe1a2add fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
middleware/cache/cache_test.go lines 178–180
func newContextRecorderStorage() *contextRecorderStorage {
return &contextRecorderStorage{failingCacheStorage: newFailingCacheStorage()}
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does newContextRecorderStorage() do?
newContextRecorderStorage() is a function in the fiber codebase, defined in middleware/cache/cache_test.go.
Where is newContextRecorderStorage() defined?
newContextRecorderStorage() is defined in middleware/cache/cache_test.go at line 178.
What does newContextRecorderStorage() call?
newContextRecorderStorage() calls 1 function(s): newFailingCacheStorage.
What calls newContextRecorderStorage()?
newContextRecorderStorage() is called by 3 function(s): TestCacheCleanupPropagatesRequestContextToDelete, TestCacheEvictionPropagatesRequestContextToDelete, TestCacheStorageOperationsObserveRequestContext.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free