MCPcopy Create free account
hub / github.com/Print3M/ByteCaster / powershell

Method powershell

output/output.go:197–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195}
196
197func (o *output) powershell() {
198 /*
199 [byte[]]$bytes = @(
200 0x48, 0x65, 0x6C, 0x6C, 0x6F,
201 )
202 */
203 fmt.Printf("[byte[]]$bytes = @(\n")
204
205 o.bytesArray(4, 8)
206
207 fmt.Println(",\n)")
208 fmt.Println()
209 fmt.Printf("let bufferSize = %d;\n", len(o.data))
210}
211
212func (o *output) nim() {
213 /*

Callers 1

OutputFunction · 0.95

Calls 1

bytesArrayMethod · 0.95

Tested by

no test coverage detected