MCPcopy Create free account
hub / github.com/ablab/spades / flag

Method flag

ext/include/cppformat/format.h:1032–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030 unsigned width() const { return 0; }
1031 int precision() const { return -1; }
1032 bool flag(unsigned) const { return false; }
1033 char type() const { return TYPE; }
1034 char fill() const { return ' '; }
1035};

Callers 3

formatMethod · 0.45
write_intMethod · 0.45
write_doubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected