MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / nonempty

Method nonempty

out/cli.cjs:32072–32074  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

32070 return this.min(size, message).max(size, message);
32071 }
32072 nonempty(message) {
32073 return this.min(1, message);
32074 }
32075 };
32076 exports2.ZodSet = ZodSet;
32077 ZodSet.create = (valueType, params) => {

Callers

nothing calls this directly

Calls 1

minMethod · 0.95

Tested by

no test coverage detected