MCPcopy
hub / github.com/jprichardson/string.js / S

Function S

lib/string.js:58–60  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

56 }
57
58 function S(s) {
59 initialize(this, s);
60 }
61
62 var __nsp = String.prototype;
63 var __sp = S.prototype = {

Callers 1

string.test.jsFile · 0.85

Calls 1

initializeFunction · 0.85

Tested by

no test coverage detected