MCPcopy Create free account
hub / github.com/vale-cli/vale / cStyle

Function cStyle

internal/lint/code/util.go:14–16  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

12}
13
14func cStyle(s string) int {
15 return computePadding(s, []string{"/*", "//"})
16}
17
18func computePadding(s string, makers []string) int {
19 padding := 0

Callers

nothing calls this directly

Calls 1

computePaddingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…