Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimHacker/micropolis
/ BTree
Class
BTree
micropolis-activity/src/tk/tktxbtre.c:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
*/
79
80
typedef struct BTree {
81
Node *rootPtr; /* Pointer to root of B-tree. */
82
} BTree;
83
84
/*
85
* The structure below is used to pass information between
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected