Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ check_not_none
Function
check_not_none
api/integrations/github/github.py:186–187 ·
view source on GitHub ↗
(value: Any)
Source
from the content-addressed store, hash-verified
184
185
186
def
check_not_none(value: Any) -> bool:
187
return
value is not None
188
189
190
def
generate_data(
Callers
1
generate_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…