MCPcopy Index your code
hub / github.com/andylamp/BPlusTree / conditionString

Method conditionString

src/main/java/ds/bplus/bptree/BPlusTree.java:2431–2448  ·  view source on GitHub ↗

Condition the given string to match the entry size. -- in case of length being greater than entry size, it is trimmed -- in case of length being less than entry size, it is appended with whitespaces. @param s string to condition @return the conditioned string

(String s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

insertKeyMethod · 0.95

Calls 1

getEntrySizeMethod · 0.80

Tested by

no test coverage detected