Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ list_empty
Function
list_empty
deps/quickjs/list.h:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
static inline int list_empty(struct list_head *el)
85
{
86
return el->next == el;
87
}
88
89
#define list_for_each(el, head) \
90
for(el = (head)->next; el != (head); el = el->next)
Callers
6
js_os_run_timers
Function · 0.85
handle_posted_message
Function · 0.85
js_os_poll_internal
Function · 0.85
js_worker_postMessage
Function · 0.85
js_std_promise_rejection_check
Function · 0.85
js_agent_getReport
Function · 0.85
Calls
no outgoing calls
Tested by
1
js_agent_getReport
Function · 0.68