MCPcopy Create free account
hub / github.com/beefytech/Beef / RefSource

Method RefSource

IDEHelper/Compiler/BfParser.cpp:715–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715void BfParser::RefSource(const char* data, int length)
716{
717 mSrcLength = length;
718 mOrigSrcLength = length;
719 mSrcAllocSize = -1;
720 mSrc = data;
721 mSrcIdx = 0;
722 Init();
723}
724
725bool BfParser::SrcPtrHasToken(const char* name)
726{

Callers 1

LoadFileMethod · 0.80

Calls 1

InitFunction · 0.70

Tested by

no test coverage detected