MCPcopy Create free account
hub / github.com/NetSys/bess / Initialized

Method Initialized

core/memory.h:74–74  ·  view source on GitHub ↗

Return true if fully initialized. false if constructor failed

Source from the content-addressed store, hash-verified

72
73 // Return true if fully initialized. false if constructor failed
74 bool Initialized() const { return initialized_; }
75
76 // The socket ID this mempool is associated with. -1 means unknown.
77 int SocketId() const { return socket_id_; }

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64