Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/witheve/Eve
/ getDatabase
Method
getDatabase
src/runtime/runtime.ts:142–144 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
140
}
141
142
getDatabase(name: string) {
143
return
this.nameToDatabase[name];
144
}
145
146
blocksFromCommit(commit) {
147
let
perf = this.perf;
Callers
14
load
Method · 0.95
analyze
Function · 0.80
tokenInfo
Function · 0.80
findCardinality
Function · 0.80
findValue
Function · 0.80
nodeIdToRecord
Function · 0.80
findRecordsFromToken
Function · 0.80
findSource
Function · 0.80
findRelated
Function · 0.80
findAffector
Function · 0.80
findFailure
Function · 0.80
findRootDrawers
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected