MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / position_string

Method position_string

native/thirdpart/json/json.hpp:1977–1981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1975 : exception(id_, what_arg), byte(byte_) {}
1976
1977 static std::string position_string(const position_t& pos)
1978 {
1979 return " at line " + std::to_string(pos.lines_read + 1) +
1980 ", column " + std::to_string(pos.chars_read_current_line);
1981 }
1982};
1983
1984/*!

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected