MCPcopy 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
428def is_platform_configured(platform: str) -> bool:
429 if platform == "devto":
430 return bool(os.environ.get("DEVTO_API_KEY"))
431 return False
432
433
434def main(argv: list[str]) -> int:

Callers 1

mainFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected