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

Function BfParser_GetIndexAtLine

IDEHelper/Compiler/BfParser.cpp:4348–4351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4346}
4347
4348BF_EXPORT int BF_CALLTYPE BfParser_GetIndexAtLine(BfParser* bfParser, int line)
4349{
4350 return bfParser->GetIndexAtLine(line);
4351}

Callers

nothing calls this directly

Calls 1

GetIndexAtLineMethod · 0.80

Tested by

no test coverage detected