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

Function parseSchemas

plugins/ast/python/src/lib.rs:95–99  ·  view source on GitHub ↗
(source: *const u8, length: usize)

Source from the content-addressed store, hash-verified

93/// See [`parseRoutes`].
94#[unsafe(no_mangle)]
95pub unsafe extern "C" fn parseSchemas(source: *const u8, length: usize) -> u64 {
96 unsafe {
97 parse_and_then(source, length, extract_schemas)
98 }
99}
100
101/// # Safety
102/// See [`parseRoutes`].

Callers

nothing calls this directly

Calls 1

parse_and_thenFunction · 0.70

Tested by

no test coverage detected