Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ interpret
Function
interpret
1678-goal-parser-interpretation.rs:22–24 ·
view source on GitHub ↗
100% 100% haha
(command: String)
Source
from the content-addressed store, hash-verified
20
21
// 100% 100% haha
22
pub fn interpret(command: String) -> String {
23
command.replace(
"(al)"
,
"al"
).replace(
"()"
,
"o"
)
24
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected