MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / camelcase

Function camelcase

core/generator/java/java.stoneg.py:120–121  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

118
119
120def camelcase(s):
121 return _fixreserved(_camelcase(s))
122
123
124def allcaps(s):

Callers 12

java_serializerMethod · 0.85
_javadoc_ref_handlerMethod · 0.85
param_nameMethod · 0.85
field_getter_methodMethod · 0.85
field_factory_methodMethod · 0.85
field_builder_methodMethod · 0.85
route_methodMethod · 0.85
route_builder_methodMethod · 0.85

Calls 2

_fixreservedFunction · 0.85
_camelcaseFunction · 0.85

Tested by

no test coverage detected