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

Function BfParser_GetLineCharAtIdx

IDEHelper/Compiler/BfParser.cpp:4338–4346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4336}
4337
4338BF_EXPORT void BF_CALLTYPE BfParser_GetLineCharAtIdx(BfParser* bfParser, int idx, int* line, int* lineChar)
4339{
4340 int _line, _lineChar;
4341
4342 bfParser->GetLineCharAtIdx(idx, _line, _lineChar);
4343
4344 *line = _line;
4345 *lineChar = _lineChar;
4346}
4347
4348BF_EXPORT int BF_CALLTYPE BfParser_GetIndexAtLine(BfParser* bfParser, int line)
4349{

Callers

nothing calls this directly

Calls 1

GetLineCharAtIdxMethod · 0.80

Tested by

no test coverage detected