SYMBOL INDEX (65 symbols across 12 files) FILE: cmd/old-man-yells-at/completion.go function newCompletion (line 24) | func newCompletion(pather CommandPather) *cobra.Command { FILE: cmd/old-man-yells-at/main.go type CommandPather (line 38) | type CommandPather interface function main (line 42) | func main() { function yell (line 88) | func yell(filename, output string, size uint) error { function loadImage (line 125) | func loadImage(filename string) (image.Image, error) { function writeImageFile (line 139) | func writeImageFile(m image.Image, filename string) error { function validateOutput (line 156) | func validateOutput(output string) error { FILE: cmd/old-man-yells-at/serve.go function newServe (line 31) | func newServe(pather CommandPather) *cobra.Command { FILE: cmd/old-man-yells-at/version.go function newVersion (line 23) | func newVersion(pather CommandPather) *cobra.Command { FILE: cmd/wasm/main.go function newError (line 19) | func newError(err error) any { function yellerWrapper (line 25) | func yellerWrapper() js.Func { function main (line 60) | func main() { FILE: docs/wasm_exec.js method writeSync (line 18) | writeSync(fd, buf) { method write (line 27) | write(fd, buf, offset, length, position, callback) { method chmod (line 35) | chmod(path, mode, callback) { callback(enosys()); } method chown (line 36) | chown(path, uid, gid, callback) { callback(enosys()); } method close (line 37) | close(fd, callback) { callback(enosys()); } method fchmod (line 38) | fchmod(fd, mode, callback) { callback(enosys()); } method fchown (line 39) | fchown(fd, uid, gid, callback) { callback(enosys()); } method fstat (line 40) | fstat(fd, callback) { callback(enosys()); } method fsync (line 41) | fsync(fd, callback) { callback(null); } method ftruncate (line 42) | ftruncate(fd, length, callback) { callback(enosys()); } method lchown (line 43) | lchown(path, uid, gid, callback) { callback(enosys()); } method link (line 44) | link(path, link, callback) { callback(enosys()); } method lstat (line 45) | lstat(path, callback) { callback(enosys()); } method mkdir (line 46) | mkdir(path, perm, callback) { callback(enosys()); } method open (line 47) | open(path, flags, mode, callback) { callback(enosys()); } method read (line 48) | read(fd, buffer, offset, length, position, callback) { callback(enosys()... method readdir (line 49) | readdir(path, callback) { callback(enosys()); } method readlink (line 50) | readlink(path, callback) { callback(enosys()); } method rename (line 51) | rename(from, to, callback) { callback(enosys()); } method rmdir (line 52) | rmdir(path, callback) { callback(enosys()); } method stat (line 53) | stat(path, callback) { callback(enosys()); } method symlink (line 54) | symlink(path, link, callback) { callback(enosys()); } method truncate (line 55) | truncate(path, length, callback) { callback(enosys()); } method unlink (line 56) | unlink(path, callback) { callback(enosys()); } method utimes (line 57) | utimes(path, atime, mtime, callback) { callback(enosys()); } method getuid (line 63) | getuid() { return -1; } method getgid (line 64) | getgid() { return -1; } method geteuid (line 65) | geteuid() { return -1; } method getegid (line 66) | getegid() { return -1; } method getgroups (line 67) | getgroups() { throw enosys(); } method umask (line 70) | umask() { throw enosys(); } method cwd (line 71) | cwd() { throw enosys(); } method chdir (line 72) | chdir() { throw enosys(); } method constructor (line 96) | constructor() { method run (line 465) | async run(instance) { method _resume (line 541) | _resume() { method _makeFuncWrapper (line 551) | _makeFuncWrapper(id) { FILE: repository_test.go function TestCreateRepository (line 35) | func TestCreateRepository(t *testing.T) { FILE: server/memory/store.go type Store (line 27) | type Store struct method Add (line 44) | func (s *Store) Add(ctx context.Context, m server.Image) error { method Get (line 51) | func (s *Store) Get(ctx context.Context, id uuid.UUID) (server.Image, ... method Search (line 59) | func (s *Store) Search(ctx context.Context, name string) ([]server.Ima... method List (line 63) | func (b *Store) List(ctx context.Context, pageSize, pageNumber int) ([... function NewStore (line 31) | func NewStore() (*Store, error) { FILE: server/server.go type Server (line 37) | type Server struct method Upload (line 42) | func (s *Server) Upload(w http.ResponseWriter, r *http.Request) { method Image (line 102) | func (s *Server) Image(w http.ResponseWriter, r *http.Request) { FILE: server/store.go type Image (line 26) | type Image struct type Store (line 33) | type Store interface FILE: yeller.go function YellAt (line 37) | func YellAt(target image.Image) image.Image { function scaleDown (line 49) | func scaleDown(target image.Image) image.Image { FILE: yeller_test.go function TestYellAt (line 35) | func TestYellAt(t *testing.T) { function TestAbeBase64 (line 82) | func TestAbeBase64(t *testing.T) {