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

Function writezipmodconfig

source/src/zip.cpp:703–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701COMMAND(zipmodgetrevision, "s");
702
703void writezipmodconfig(stream *f)
704{
705 f->printf("zipcachemaxsize %d\n", zipcachemaxsize);
706 loopv(archives) f->printf("addzipmod %s\n", archives[i]->name);
707}
708
709#endif
710

Callers 1

writeinitcfgFunction · 0.85

Calls 2

loopvFunction · 0.70
printfMethod · 0.45

Tested by

no test coverage detected