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

Function BfParser_SetSource

IDEHelper/Compiler/BfParser.cpp:4034–4039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4032//////////////////////////////////////////////////////////////////////////
4033
4034BF_EXPORT void BF_CALLTYPE BfParser_SetSource(BfParser* bfParser, const char* data, int length, const char* fileName, int textVersion)
4035{
4036 bfParser->mFileName = fileName;
4037 bfParser->mTextVersion = textVersion;
4038 bfParser->SetSource(data, length);
4039}
4040
4041BF_EXPORT void BF_CALLTYPE BfParser_SetCharIdData(BfParser* bfParser, uint8* data, int length)
4042{

Callers 2

QueueFileMethod · 0.85
QueueFileMethod · 0.85

Calls 1

SetSourceMethod · 0.45

Tested by

no test coverage detected