MCPcopy Index your code
hub / github.com/openai/plugins / csv_cell

Function csv_cell

plugins/codex-security/scripts/workbench_db.py:2608–2611  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

2606
2607
2608def csv_cell(value: Any) -> Any:
2609 if isinstance(value, str) and value.startswith(("=", "+", "-", "@", "\t", "\r")):
2610 return f"'{value}"
2611 return value
2612
2613
2614def require_remediation_transition(current: str, requested: str) -> None:

Callers 1

write_csv_exportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected