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

Method Line

src/ugrep.cpp:2960–2965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2958 struct Line {
2959
2960 Line()
2961 :
2962 binary(false),
2963 columno(0),
2964 offset(0)
2965 { }
2966
2967 bool binary; // before context binary line
2968 size_t columno; // before context column number of first match

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected