Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Chalarangelo/30-seconds-of-code
/ scope
Method
scope
src/core/model.js:77–79 ·
view source on GitHub ↗
(...scopes)
Source
from the content-addressed store, hash-verified
75
}
76
77
static scope(...scopes) {
78
return
scopes.reduce((acc, scope) => this[scope](acc), this.all);
79
}
80
81
static find(id) {
82
return
Model.indexedInstances[this.name].id.get(id);
Callers
15
urls
Method · 0.80
generate
Method · 0.80
nodes
Method · 0.80
generateSnippetPages
Method · 0.80
snippetsWithoutFormatting
Method · 0.80
snippetsWithoutEmbed
Method · 0.80
prepareDocumentIndex
Method · 0.80
featuredCollections
Method · 0.80
featuredSnippets
Method · 0.80
seoDescription
Method · 0.80
announcement
Method · 0.80
prepareRecommendableSnippets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected