Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Martinsos/edlib
/ Block
Method
Block
edlib/src/edlib.cpp:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
int score; // score of last cell in block;
50
51
Block() {}
52
Block(Word p, Word m, int s) :P(p), M(m), score(s) {}
53
};
54
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected