MCPcopy Create free account
hub / github.com/bee-queue/arena / capitalize

Function capitalize

public/dashboard.js:4–6  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

2 const basePath = $('#basePath').val();
3
4 function capitalize(string) {
5 return string.charAt(0).toUpperCase() + string.slice(1);
6 }
7
8 function formatToTreeView(flow, flowHost) {
9 const {job, children} = flow;

Callers 1

dashboard.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected