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

Method FixitGetLocation

IDEHelper/Compiler/BfAutoComplete.cpp:3899–3905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3897}
3898
3899String BfAutoComplete::FixitGetLocation(BfParserData* parser, int insertPos)
3900{
3901 int line = 0;
3902 int lineChar = 0;
3903 parser->GetLineCharAtIdx(insertPos, line, lineChar);
3904 return StrFormat("%s|%d:%d", parser->mFileName.c_str(), line, lineChar);
3905}
3906
3907String BfAutoComplete::ConstantToString(BfIRConstHolder* constHolder, BfTypedValue typedValue)
3908{

Callers 2

EmitCtorBodyMethod · 0.80

Calls 2

GetLineCharAtIdxMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected