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

Method begin

src/fl/system/file_system.cpp.hpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93// don't use it. See FastLED #2773 item 1.2.
94
95bool FileSystem::begin(FsImplPtr platform_filesystem) {
96 mFs = platform_filesystem;
97 if (!mFs) {
98 return false;
99 }
100 mFs->begin();
101 return true;
102}
103
104FileSystem::FileSystem() : mFs() {}
105

Callers 1

openVideoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected