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

Method removeItemFromMemory

pkg/knowledge/manager.go:958–961  ·  view source on GitHub ↗
(_ context.Context, _ string)

Source from the content-addressed store, hash-verified

956}
957
958func (m *manager) removeItemFromMemory(_ context.Context, _ string) error {
959 // TODO: 实现从内存删除
960 return nil
961}
962
963func (m *manager) calculateStats(_ context.Context, _ string) (*KnowledgeStats, error) {
964 // TODO: 实现统计计算

Callers 2

AddMethod · 0.95
DeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected