Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getOutputName
Method
getOutputName
java/org/apache/el/parser/AstFunction.java:48–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
public
String getOutputName() {
49
if
(this.prefix == null) {
50
return
this.localName;
51
}
else
{
52
return
this.prefix +
":"
+ this.localName;
53
}
54
}
55
56
public
String getPrefix() {
57
return
prefix;
Callers
4
getType
Method · 0.95
getValue
Method · 0.95
toString
Method · 0.95
visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected