MCPcopy Create free account
hub / github.com/FastLED/FastLED / setupCodecFilesystem_mp4

Function setupCodecFilesystem_mp4

tests/fl/codec/mp4_parser.hpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "platforms/stub/fs_stub.hpp" // ok platform headers
5
6static fl::FileSystem setupCodecFilesystem_mp4() {
7 fl::setTestFileSystemRoot("tests");
8 fl::FileSystem fs;
9 bool ok = fs.beginSd(5);
10 FL_REQUIRE(ok);
11 return fs;
12}
13
14FL_TEST_CASE("MP4 parser - parse test.mp4") {
15 fl::FileSystem fs = setupCodecFilesystem_mp4();

Callers 1

mp4_parser.hppFile · 0.85

Calls 2

setTestFileSystemRootFunction · 0.85
beginSdMethod · 0.80

Tested by

no test coverage detected