MCPcopy Create free account
hub / github.com/WheretIB/nullc / HashMap

Method HashMap

NULLC/HashMap.h:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 };
19
20 HashMap()
21 {
22 entries = NULL;
23 }
24 void init()
25 {
26 if(!entries)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected