MCPcopy Create free account
hub / github.com/ByteYellow/AgentProvenance / profiles

Function profiles

internal/intent/diff_test.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import "testing"
4
5func profiles() map[string]Profile { return DefaultProfiles() }
6
7// findDiff returns the first diff matching a predicate, or a zero value.
8func findDiff(diffs []IntentRuntimeDiff, pred func(IntentRuntimeDiff) bool) (IntentRuntimeDiff, bool) {

Calls 1

DefaultProfilesFunction · 0.85

Tested by

no test coverage detected