Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ is_private
Method
is_private
src/pystack/maps.py:65–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
return
"w"
in self.flags
64
65
def
is_private(self) -> bool:
66
return
"p"
in self.flags
67
68
@property
69
def
size(self) -> int:
Callers
1
test_virtual_map
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_virtual_map
Function · 0.76