Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ is_platform_configured
Function
is_platform_configured
scripts/website/syndicate_blog_posts.py:428–431 ·
view source on GitHub ↗
(platform: str)
Source
from the content-addressed store, hash-verified
426
427
428
def
is_platform_configured(platform: str) -> bool:
429
if
platform ==
"devto"
:
430
return
bool(os.environ.get(
"DEVTO_API_KEY"
))
431
return
False
432
433
434
def
main(argv: list[str]) -> int:
Callers
1
main
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected