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

Method applyFilters

pkg/knowledge/manager.go:922–925  ·  view source on GitHub ↗
(results []*SearchResult, _ *SearchQuery)

Source from the content-addressed store, hash-verified

920}
921
922func (m *manager) applyFilters(results []*SearchResult, _ *SearchQuery) []*SearchResult {
923 // TODO: 实现过滤逻辑
924 return results
925}
926
927func (m *manager) traverseRelations(_ context.Context, _ string, _ []RelationType, _, _ int, _ map[string]bool, _ *[]*KnowledgeItem) error {
928 // TODO: 实现关系遍历

Callers 1

SearchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected