MCPcopy Create free account
hub / github.com/fmtlib/fmt / get_sentinel

Method get_sentinel

test/scan.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 char value_;
67
68 static auto get_sentinel() -> const char** {
69 static const char* ptr = nullptr;
70 return &ptr;
71 }
72
73 friend class scan_buffer;
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected