MCPcopy Create free account
hub / github.com/StarpTech/FastGraph / find

Function find

src/stores/Schema.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7export const key = `schema::latest`
8
9export function find() {
10 return DB.read<string>(SCHEMA, key, { type: 'text' })
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected