Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ isActivating
Function
isActivating
src/test/utilfork_tests.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
};
39
40
bool isActivating(const CBlockIndex& b) {
41
return IsUAHFActivatingBlock(b.GetMedianTimePast(), b.pprev);
42
}
43
44
} // ns anon
45
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
2
IsUAHFActivatingBlock
Function · 0.85
GetMedianTimePast
Method · 0.80
Tested by
no test coverage detected