MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / streamTrack

Method streamTrack

src/server/nc_apps.cpp:363–366  ·  view source on GitHub ↗

--- STREAM TRACK --- Attempt to stream from the indicated URL.

Source from the content-addressed store, hash-verified

361// --- STREAM TRACK ---
362// Attempt to stream from the indicated URL.
363bool NCApps::streamTrack(std::string url) {
364 // FIXME: Call global function. Could be cleaner.
365 return ::streamTrack(url);
366}
367
368
369// --- STORE VALUE ---

Callers 1

streamTrackFunction · 0.45

Calls 1

streamTrackFunction · 0.85

Tested by

no test coverage detected