MCPcopy
hub / github.com/liuzi6612/nav / WebCountResult

Interface WebCountResult

scripts/utils.ts:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87interface WebCountResult {
88 userViewCount: number
89 loginViewCount: number
90}
91
92// 统计网站数量
93export function getWebCount(navs: INavProps[]): WebCountResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected