MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / js_ident

Function js_ident

scripts/generate-sdk.py:69–71  ·  view source on GitHub ↗

A JS-safe local variable name for a parameter.

(name)

Source from the content-addressed store, hash-verified

67
68
69def js_ident(name):
70 """A JS-safe local variable name for a parameter."""
71 return name
72
73
74# --------------------------------------------------------------------------

Callers 1

emit_jsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected