Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ printcap
Function
printcap
other_src/lua/src/lpeg.cpp:356–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
355
#if 0
356
static void printcap (Capture *cap) {
357
printcapkind(cap->kind);
358
printf(
" (idx: %d - size: %d) -> %p\n"
, cap->idx, cap->siz, cap->s);
359
}
360
361
362
static void printcaplist (Capture *cap) {
Callers
1
printcaplist
Function · 0.85
Calls
1
printcapkind
Function · 0.85
Tested by
no test coverage detected