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