MCPcopy Create free account
hub / github.com/DavidColson/Polybox / CborParserState

Class CborParserState

source/serialization.cpp:667–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665// ***********************************************************************
666
667struct CborParserState {
668 u8* pData;
669 u8* pEnd;
670 u8* pCurrent;
671 i64 len;
672};
673
674// ***********************************************************************
675

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected