MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / capitalizeFirstLetter

Function capitalizeFirstLetter

webiojs/src/models/datatable.ts:84–86  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

82 column_order: { [field: string]: any },
83) {
84 function capitalizeFirstLetter(s: string) {
85 return s.charAt(0).toUpperCase() + s.slice(1);
86 }
87
88
89 function gen_columns_def(

Callers 1

gen_columns_defFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…