MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / SkillRegistry

Method SkillRegistry

agent/query_engine.go:93–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 return
92 }
93 q.CoreEngine.ResolvePermission(decision, toolName)
94}
95
96func (q *QueryEngine) ResolveSkillPermission(granted bool) {
97 if q.resolvePendingSkillPermission(granted) {
98 return
99 }
100 if q.CoreEngine != nil {
101 q.CoreEngine.ResolveSkillPermission(granted)

Callers 6

runREPLFunction · 0.80
resolveSkillPickerSlashFunction · 0.80
handleREPLSlashCommandFunction · 0.80
SlashRowsMethod · 0.80
SlashItemsMethod · 0.80
SkillsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected