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

Function BfParser_SetAutocomplete

IDEHelper/Compiler/BfParser.cpp:4088–4093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4086}
4087
4088BF_EXPORT void BF_CALLTYPE BfParser_SetAutocomplete(BfParser* bfParser, int cursorIdx)
4089{
4090 BF_ASSERT(bfParser->mParserData->mRefCount == -1);
4091 bfParser->SetCursorIdx(cursorIdx);
4092 bfParser->mParserFlags = (BfParserFlag)(bfParser->mParserFlags | ParserFlag_Autocomplete | ParserFlag_Classifying);
4093}
4094
4095PerfManager* BfGetPerfManager(BfParser* bfParser)
4096{

Callers

nothing calls this directly

Calls 1

SetCursorIdxMethod · 0.80

Tested by

no test coverage detected