MCPcopy Create free account
hub / github.com/SpacehuhnTech/WiFiDuck / currentScript

Function currentScript

esp_duck/duckscript.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 String currentScript() {
114 if (!running) return String();
115 return String(f.name());
116 }
117}

Callers 2

stopFunction · 0.85
beginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected