MCPcopy Create free account
hub / github.com/chronoxor/CppServer / RemoveStaticContent

Method RemoveStaticContent

include/server/http/https_server.h:56–56  ·  view source on GitHub ↗

Remove static content cache ! \param path - Static content path */

Source from the content-addressed store, hash-verified

54 \param path - Static content path
55 */
56 void RemoveStaticContent(const CppCommon::Path& path) { _cache.remove_path(path); }
57 //! Clear static content cache
58 void ClearStaticContent() { _cache.clear(); }
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected