Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zws-im/zws
/ Stats
Interface
Stats
src/server/components/urls/service.ts:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
type
Base64 = Opaque<string,
'Base64'
>;
25
26
interface
Stats {
27
url: string;
28
visits: Date[];
29
}
30
31
interface
VisitUrlData {
32
longUrl: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected