MCPcopy Create free account
hub / github.com/Genivia/ugrep / Match

Method Match

src/ugrep.cpp:2943–2948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2941 struct Match {
2942
2943 Match(size_t pos, size_t size, size_t offset)
2944 :
2945 pos(pos),
2946 size(size),
2947 offset(offset)
2948 { }
2949
2950 size_t pos; // position on the line
2951 size_t size; // size of the match

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected