Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ Fragment
Method
Fragment
src/script/miniscript.h:587–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
585
}
586
587
enum Fragment Fragment() const { return fragment; }
588
uint32_t K() const { return k; }
589
const std::vector<Key>& Keys() const { return keys; }
590
const std::vector<unsigned char>& Data() const { return data; }
Callers
4
MiniscriptDescriptor
Method · 0.80
FindChallenges
Function · 0.80
GenNode
Function · 0.80
TestNode
Function · 0.80
Calls
no outgoing calls
Tested by
3
FindChallenges
Function · 0.64
GenNode
Function · 0.64
TestNode
Function · 0.64