MCPcopy Create free account
hub / github.com/FeJQ/AUPK / position_string

Method position_string

art/runtime/json.hpp:2819–2823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2817 : exception(id_, what_arg), byte(byte_) {}
2818
2819 static std::string position_string(const position_t& pos)
2820 {
2821 return " at line " + std::to_string(pos.lines_read + 1) +
2822 ", column " + std::to_string(pos.chars_read_current_line);
2823 }
2824};
2825
2826/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected