Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ uv__queue_empty
Function
uv__queue_empty
third-party/libuv-1.46.0/src/queue.h:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
static inline int uv__queue_empty(const struct uv__queue* q) {
33
return q == q->next;
34
}
35
36
static inline struct uv__queue* uv__queue_head(const struct uv__queue* q) {
37
return q->next;
Callers
15
uv__queue_move
Function · 0.85
worker
Function · 0.85
post
Function · 0.85
uv__work_cancel
Function · 0.85
uv__work_done
Function · 0.85
uv_walk
Function · 0.85
uv__io_poll
Function · 0.85
uv__io_poll
Function · 0.85
uv__io_poll
Function · 0.85
uv__inotify_fork
Function · 0.85
maybe_free_watcher_list
Function · 0.85
uv__inotify_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected