Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
export
const
key = `schema::latest`
8
9
export
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