MCPcopy Create free account
hub / github.com/BaseXdb/basex / set

Method set

basex-core/src/main/java/org/basex/util/ft/FTOpt.java:72–74  ·  view source on GitHub ↗

Sets the specified flag. @param flag flag to be set @param value value

(final FTFlag flag, final boolean value)

Source from the content-addressed store, hash-verified

70 * @param value value
71 */
72 public void set(final FTFlag flag, final boolean value) {
73 map.put(flag, value);
74 }
75
76 /**
77 * Tests if the specified flag has been set.

Callers 6

itemMethod · 0.95
tokensMethod · 0.95
ftOptMethod · 0.95
FTBuilderMethod · 0.95
assignMethod · 0.95
copyMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected