MCPcopy Create free account
hub / github.com/RevEngAI/plugin-ghidra / get

Method get

src/main/java/docking/wizard/WizardState.java:45–47  ·  view source on GitHub ↗

Gets the value for a property key. @param key the identifier for the property. Typically, it would be a string or enum. @return the value associated with the given property key or null if the property has no value.

(T key)

Source from the content-addressed store, hash-verified

43 * value.
44 */
45 public Object get(T key) {
46 return map.get( key );
47 }
48
49 /**
50 * Sets the property value for a given property key. Also clears out the property values for

Callers 15

testDependencyToDtmMethod · 0.80
testMethod · 0.80
statusMethod · 0.80
getAnalysisLogsMethod · 0.80
testInfoLoadingMethod · 0.80
getFunctionsMatchesMethod · 0.80
addDependencyMethod · 0.80
updatePropertyValuesMethod · 0.80

Calls

no outgoing calls

Tested by 7

testDependencyToDtmMethod · 0.64
testMethod · 0.64
statusMethod · 0.64
getAnalysisLogsMethod · 0.64
testInfoLoadingMethod · 0.64
getFunctionsMatchesMethod · 0.64