MCPcopy Create free account
hub / github.com/aliyun/openapi-core-nodejs-sdk / firstLetterUpper

Function firstLetterUpper

lib/rpc.js:11–13  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

9const helper = require('./helper');
10
11function firstLetterUpper(str) {
12 return str.slice(0, 1).toUpperCase() + str.slice(1);
13}
14
15function formatParams(params) {
16 var keys = Object.keys(params);

Callers 3

formatParamsFunction · 0.85
requestMethod · 0.85
rpc.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected