Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NV/github-live-preview
/ f
Function
f
examples/bundle_github.js:278–282 ·
view source on GitHub ↗
(i, m)
Source
from the content-addressed store, hash-verified
276
return
i == 0 || d.matchContains
277
}
278
function
f(i, m) {
279
c > d.cacheLength && h();
280
b[i] || c++;
281
b[i] = m
282
}
283
function
g() {
284
if
(!d.data)
return
false;
285
var
i = {},
Callers
2
g
Function · 0.85
bundle_github.js
File · 0.85
Calls
3
h
Function · 0.85
b
Function · 0.85
d
Function · 0.85
Tested by
no test coverage detected