MCPcopy Create free account
hub / github.com/bombela/backward-cpp / SourceLoc

Method SourceLoc

backward.hpp:680–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 unsigned col;
679
680 SourceLoc() : line(0), col(0) {}
681
682 bool operator==(const SourceLoc &b) const {
683 return function == b.function && filename == b.filename &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected