MCPcopy 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

loadMethod · 0.95
analyzeFunction · 0.80
tokenInfoFunction · 0.80
findCardinalityFunction · 0.80
findValueFunction · 0.80
nodeIdToRecordFunction · 0.80
findRecordsFromTokenFunction · 0.80
findSourceFunction · 0.80
findRelatedFunction · 0.80
findAffectorFunction · 0.80
findFailureFunction · 0.80
findRootDrawersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected