MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / OverridePathHandler

Method OverridePathHandler

Sources/Jazz2/ContentResolver.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 }
460
461 void ContentResolver::OverridePathHandler(Function<String(StringView)>&& callback)
462 {
463 _pathHandler = std::move(callback);
464 }
465
466 void ContentResolver::PreloadMetadataAsync(StringView path)
467 {

Callers 2

~NetworkManagerMethod · 0.80
CreateClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected