Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ databaseToName
Method
databaseToName
src/runtime/runtime.ts:138–140 ·
view source on GitHub ↗
(db: Database)
Source
from the content-addressed store, hash-verified
136
}
137
138
databaseToName(db: Database) {
139
return
this.databaseNames[db.id];
140
}
141
142
getDatabase(name: string) {
143
return
this.nameToDatabase[name];
Callers
7
save
Method · 0.95
onFixpoint
Method · 0.80
onFixpoint
Method · 0.80
onFixpoint
Method · 0.80
onFixpoint
Method · 0.80
onFixpoint
Method · 0.80
onFixpoint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected