MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / name

Method name

libraries/AtomicWeight/AtomicWeight.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199char * PTOE::name(const uint8_t el)
200{
201 return elements[el].name;
202}
203
204
205uint8_t PTOE::find(const char * abbrev)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64