MCPcopy Create free account
hub / github.com/cloudflare/agents / stateDirent

Function stateDirent

packages/shell/src/helpers.ts:33–35  ·  view source on GitHub ↗
(name: string, type: StateEntryType)

Source from the content-addressed store, hash-verified

31}
32
33export function stateDirent(name: string, type: StateEntryType): StateDirent {
34 return { name, type };
35}
36
37export function diffContent(
38 current: string,

Callers 1

readdirWithFileTypesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected