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

Method precision

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

Source from the content-addressed store, hash-verified

1029 Alignment align() const { return ALIGN_DEFAULT; }
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 ' '; }

Callers 10

WriteToBinningFileMethod · 0.45
DescribeToMethod · 0.45
DescribeNegationToMethod · 0.45
gtest.hFile · 0.45
PrintToFunction · 0.45
write_strMethod · 0.45
prepare_int_bufferMethod · 0.45
write_doubleMethod · 0.45
lcast_set_precisionFunction · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by 1

PrintToFunction · 0.36