Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuboptimalEng/coding-tutorials
/
Class
react-piano/src/components/Key.js:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
{ NOTE_TO_KEY } from
'../global/constants'
;
6
7
class
Key extends React.Component {
8
noteIsFlat = (note) => {
9
return
note.length > 1;
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected