MCPcopy Create free account
hub / github.com/SmingHub/Sming / loadStream

Method loadStream

tests/HostTests/modules/ArduinoJson6.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 void __noinline loadStream(IDataSourceStream& stream)
295 {
296 stream.seekFrom(0, SeekOrigin::Start);
297 TEST_ASSERT(Json::deserialize(doc, stream));
298 }
299
300 void __noinline loadFile(const char* filename)
301 {

Callers

nothing calls this directly

Calls 2

deserializeFunction · 0.85
seekFromMethod · 0.45

Tested by

no test coverage detected