Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TailsmanDesign/PocketMage_PDA
/ Document
Class
Document
Code/PocketMage_V3/src/OS_APPS/TXT.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
};
183
184
struct Document {
185
Line lines[MAX_LINES];
186
ulong lineCount;
187
};
188
189
Document* doc_ptr = nullptr;
190
#define document (*doc_ptr)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected