MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / main

Function main

extras/tests/FailingBuilds/read_long_long.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12ARDUINOJSON_ASSERT_INTEGER_TYPE_IS_SUPPORTED(long long)
13int main() {
14 JsonDocument doc;
15 doc["dummy"].as<long long>();
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected