Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ StartPhase
Function
StartPhase
src/leveldb/db/c_test.c:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
const char* phase =
""
;
13
14
static void StartPhase(const char* name) {
15
fprintf(stderr,
"=== Test %s\n"
, name);
16
phase = name;
17
}
18
19
#define CheckNoError(err) \
20
if ((err) != NULL) { \
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected