MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / parseSchemas

Function parseSchemas

plugins/ast/rust/src/lib.rs:88–92  ·  view source on GitHub ↗
(source: *const u8, length: usize)

Source from the content-addressed store, hash-verified

86/// See [`parseRoutes`].
87#[unsafe(no_mangle)]
88pub unsafe extern "C" fn parseSchemas(source: *const u8, length: usize) -> u64 {
89 unsafe {
90 parse_and_then(source, length, extract_schemas)
91 }
92}
93
94/// # Safety
95/// See [`parseRoutes`].

Callers

nothing calls this directly

Calls 1

parse_and_thenFunction · 0.70

Tested by

no test coverage detected