MCPcopy Create free account
hub / github.com/coreutils/coreutils / key_numeric

Function key_numeric

src/sort.c:2464–2468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2462/* Return true if KEY is a numeric key. */
2463
2464static inline bool
2465key_numeric (struct keyfield const *key)
2466{
2467 return key->numeric || key->general_numeric || key->human_numeric;
2468}
2469
2470/* For LINE, output a debugging line that underlines KEY in LINE.
2471 If KEY is null, underline the whole line. */

Callers 4

debug_keyFunction · 0.85
default_key_compareFunction · 0.85
key_warningsFunction · 0.85
keycompareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected