MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Asset

Class Asset

include/process/process.hpp:465–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463
464 // Definition of a static asset.
465 struct Asset
466 {
467 std::string path;
468 std::map<std::string, std::string> types;
469 };
470
471 // Continuation for `consume(HttpEvent&&)`.
472 Future<http::Response> _consume(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected