MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/services/community/index.tsx:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { findAccountByPath } from 'services/accounts';
3
4class CommunityService {
5 static async find(params: any): Promise<accounts | null> {
6 if (
7 params &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected