Storage API inventory
Provides application storage-path discovery used by platform integrations and CNA-style consumers.
Ownership and selection
| Fact | Pinned value |
|---|---|
| Physical owner | modules/storage |
| CMake target | SharpRuntime::Storage |
| Component kind | static |
| Direct production dependencies | None |
| External dependency | parent-provided SDL3 on Android (private) |
| Public headers | 1 |
| Production sources | 1 |
Select the component
set(SHARP_RUNTIME_COMPONENTS Storage)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)
target_link_libraries(app PRIVATE SharpRuntime::Storage)Compatibility and platform notes
Android integration expects a parent-provided SDL3 target. This small physical component has no dedicated test executable at the pin.
Implementation-status evidence
The owning module has no dedicated C++ test source at this pin. That is evidence about test topology, not a maturity score; behavior may still be exercised transitively or in integration tests.
This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.
Public header and entry inventory
This complete list is derived from modules/storage/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.