MCPcopy Create free account
hub / github.com/crossoverJie/gscript / TestStringBuilder5

Function TestStringBuilder5

byte_test.go:76–82  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

74 NewCompiler().Compiler(script)
75}
76func TestStringBuilder5(t *testing.T) {
77 script := `
78StringBuilder sb = StringBuilder();
79sb.grow(15);
80`
81 NewCompiler().Compiler(script)
82}
83func TestStringBuilder6(t *testing.T) {
84 script := `
85Strings s = Strings();

Callers

nothing calls this directly

Calls 2

NewCompilerFunction · 0.85
CompilerMethod · 0.80

Tested by

no test coverage detected