MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / isDigit

Function isDigit

tensorboard/components/vz_sorting/sorting.ts:104–106  ·  view source on GitHub ↗
(c: string)

Source from the content-addressed store, hash-verified

102}
103
104function isDigit(c: string): boolean {
105 return '0' <= c && c <= '9';
106}
107
108function isBreak(c: string): boolean {
109 // TODO(@jart): Remove underscore when people stop using it like a slash.

Callers 3

compareTagNamesFunction · 0.70
consumeNumberFunction · 0.70
isBreakFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…