MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / wrapWordsPrefixed

Method wrapWordsPrefixed

src/main/java/com/volmit/adapt/util/Form.java:142–144  ·  view source on GitHub ↗
(String s, String prefix, int len)

Source from the content-addressed store, hash-verified

140 }
141
142 public static String wrapWordsPrefixed(String s, String prefix, int len) {
143 return wrapPrefixed(s, prefix, len, null, true);
144 }
145
146 /**
147 * Wrap words

Callers

nothing calls this directly

Calls 1

wrapPrefixedMethod · 0.95

Tested by

no test coverage detected