MCPcopy Create free account
hub / github.com/astercloud/aster / GetScope

Method GetScope

pkg/memory/working.go:270–272  ·  view source on GitHub ↗

GetScope 返回当前配置的作用域

()

Source from the content-addressed store, hash-verified

268
269// GetScope 返回当前配置的作用域
270func (wm *WorkingMemoryManager) GetScope() WorkingMemoryScope {
271 return wm.scope
272}
273
274// GetSchema 返回配置的 JSON Schema
275func (wm *WorkingMemoryManager) GetSchema() *JSONSchema {

Callers 4

ExecuteMethod · 0.80
ExecuteMethod · 0.80
GetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected