SYMBOL INDEX (34 symbols across 9 files) FILE: examples/src/__tests__/null-compiler.js function noop (line 2) | function noop() { FILE: examples/src/actions/index.js constant ADD_SONG_STORE (line 1) | const ADD_SONG_STORE = 'ADD_SONG_STORE' constant REMOVE_SONG_STORE (line 2) | const REMOVE_SONG_STORE = 'REMOVE_SONG_STORE' constant PUT_SONG_IN_SONG_STORE (line 3) | const PUT_SONG_IN_SONG_STORE = 'PUT_SONG_IN_SONG_STORE' constant REMOVE_SONG_FROM_SONG_STORE (line 4) | const REMOVE_SONG_FROM_SONG_STORE = 'REMOVE_SONG_FROM_SONG_STORE' constant ADD_SONG_STORE_SUCCEEDED (line 5) | const ADD_SONG_STORE_SUCCEEDED = 'ADD_SONG_STORE_SUCCEEDED' constant REMOVE_SONG_STORE_SUCCEEDED (line 6) | const REMOVE_SONG_STORE_SUCCEEDED = 'REMOVE_SONG_STORE_SUCCEEDED' function addSongStore (line 16) | function addSongStore(swarmLogMeta) { function addSongStoreSucceeded (line 23) | function addSongStoreSucceeded(swarmLogMeta) { function removeSongStore (line 30) | function removeSongStore(songStoreId) { function removeSongStoreSucceeded (line 37) | function removeSongStoreSucceeded(songStoreId) { function putSongInSongStore (line 44) | function putSongInSongStore(songStoreId, song) { function removeSongFromSongStore (line 53) | function removeSongFromSongStore(songStoreId, songId) { FILE: examples/src/api.js function generateKeys (line 2) | function generateKeys() { FILE: examples/src/components/app.js class App (line 6) | class App extends Component { method render (line 7) | render() { FILE: examples/src/generate-keys.js function generateKeys (line 5) | function generateKeys() { FILE: examples/src/index.js function logSampleActions (line 72) | function logSampleActions({ id, keys, name }) { FILE: examples/src/reducers/song-stores.js function root (line 9) | function root(state = {}, action) { function songStores (line 24) | function songStores(state = {}, action) { function songStore (line 52) | function songStore(state = {}, action) { function getSong (line 73) | function getSong(state, songStoreId, songId) { FILE: src/__tests__/null-compiler.js function noop (line 2) | function noop() { FILE: src/redux-swarmlog.js function clearTables (line 18) | function clearTables() { function getSwarmLogsFromDb (line 39) | function getSwarmLogsFromDb() { function removeReduxSwarmLog (line 53) | function removeReduxSwarmLog(id) { function addReduxSwarmLog (line 84) | function addReduxSwarmLog(props) { function configureReduxSwarmLog (line 115) | function configureReduxSwarmLog({ function reduxSwarmLogMiddleware (line 125) | function reduxSwarmLogMiddleware() { class ReduxSwarmLog (line 142) | class ReduxSwarmLog { method constructor (line 143) | constructor({ name, keys, id }) { method getSwarmLog (line 157) | getSwarmLog() { method startReadStream (line 167) | startReadStream() { function logJson (line 182) | function logJson(message, payload, color='black') {