Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Chalarangelo/30-seconds-of-code
/ find
Method
find
src/core/model.js:81–83 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
79
}
80
81
static find(id) {
82
return
Model.indexedInstances[this.name].id.get(id);
83
}
84
85
static search(idOrSlug) {
86
const
searchTerm = idOrSlug
Callers
15
search
Method · 0.95
updateCurrent
Method · 0.80
getMetaByKey
Function · 0.80
getMetaString
Function · 0.80
extractCollectionSnippetData
Function · 0.80
orderedCollections
Method · 0.80
snippet
Method · 0.80
collection
Method · 0.80
parent
Method · 0.80
main
Method · 0.80
updateLogs
Method · 0.80
collections
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected