MCPcopy Create free account
hub / github.com/OpenAnonymity/oa-chat / normalizeSearchQueryText

Method normalizeSearchQueryText

chat/app.js:7573–7578  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

7571 await this.markImportedSessionAsForked(session);
7572 if (this.isViewingSession(session.id)) this.updateUrlWithSession(session.id);
7573 }
7574
7575 // Block sending if station is banned (check both state and cached broadcast data)
7576 const verifier = this.inferenceService.getVerificationAdapter(session);
7577 const accessInfo = this.inferenceService.getAccessInfo(session);
7578 const accessId = verifier?.getAccessId?.(accessInfo?.info);
7579 if (verifier?.supports &&
7580 accessId &&
7581 hasExplicitVerifierApprovalForAccessInfo(accessInfo?.info)) {

Callers 1

searchFieldMatchesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected