MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / isDigit

Function isDigit

data_structures/linked_list.cpp:40–48  ·  view source on GitHub ↗

* This function checks if the string passed consists * of only digits. * @param s To be checked if s contains only integers * @returns true if there are only digits present in the string * @returns false if any other character is found */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected