MCPcopy Create free account
hub / github.com/assaultcube/AC / loopi

Function loopi

source/src/worldio.cpp:1252–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250 int chunk = min(len, 24);
1251 f->printf("hexbinchunk");
1252 loopi(chunk)
1253 {
1254 asc[i] = isalnum(*s) ? *s : '.'; asc[i + 1] = '\0';
1255 f->printf(" %02x", int(*s++));
1256 }
1257 if(ascii) f->printf(" // %s\n", asc);
1258 else f->printf("\n");
1259 len -= chunk;

Callers 10

rldecodecubesFunction · 0.70
getcurrentmapconfigFunction · 0.70
setvantagepointFunction · 0.70
getvantagepointFunction · 0.70
modeinfoFunction · 0.70
rebuildtexlistsFunction · 0.70
save_worldFunction · 0.70
load_worldFunction · 0.70
worldio.cppFile · 0.70
restorexmapFunction · 0.70

Calls 1

printfMethod · 0.45

Tested by

no test coverage detected