Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ set_initialized
Method
set_initialized
core/port_test.cc:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
void set_deinited(bool *val) { deinited_ = val; }
58
59
static void set_initialized(bool val) { initialized_ = val; }
60
61
static bool initialized() { return initialized_; }
62
Callers
1
DumpMempool
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected