Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ func2
Function
func2
tests/test_decay.py:18–21 ·
view source on GitHub ↗
(a: str, b: int, c: Pointer[str])
Source
from the content-addressed store, hash-verified
16
17
@decay
18
def
func2(a: str, b: int, c: Pointer[str]):
19
assert type(a) is str
20
assert type(b) is int
21
assert type(c) is Pointer
22
23
func2(
"a"
, 1,
"c"
)
24
Callers
1
_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected