Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fabiospampinato/cash
/ prop
Method
prop
src/attributes/prop.ts:8–8 ·
view source on GitHub ↗
( prop: string )
Source
from the content-addressed store, hash-verified
6
7
interface
Cash {
8
prop ( prop: string ): any;
9
prop ( prop: string, value: any ): this;
10
prop ( props: Record<string, any> ): this;
11
}
Callers
2
attributes.js
File · 0.80
prop.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected