Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Paxa/postbird
/ inList
Function
inList
public/codemirror/javascript/javascript.js:293–297 ·
view source on GitHub ↗
(list)
Source
from the content-addressed store, hash-verified
291
}
292
function
register(varname) {
293
function
inList(list) {
294
for
(
var
v = list; v; v = v.next)
295
if
(v.name == varname)
return
true;
296
return
false;
297
}
298
var
state = cx.state;
299
cx.marked =
"def"
;
300
if
(state.context) {
Callers
1
register
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected