MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / SourceLoc

Method SourceLoc

src/backward.h:724–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722 unsigned col;
723
724 SourceLoc() : line(0), col(0) {}
725
726 bool operator==(const SourceLoc& b) const
727 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected