Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CheMiguel23/MemoryMesh
/
Class
src/application/operations/SearchOperations.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import
type
{Graph} from
'@core/index.js'
;
7
8
export
class
SearchOperations extends EventEmitter {
9
constructor(private searchManager: ISearchManager) {
10
super();
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected