MCPcopy Create free account

hub / github.com/RomainLanz/romainlanz.com / functions

Functions265 in github.com/RomainLanz/romainlanz.com

↓ 52 callersMethodget
()
apps/romainlanz.com/app/twitch/services/twitch_app_token_retrieve.ts:15
↓ 46 callersMethodexecute
()
apps/romainlanz.com/app/taxonomies/queries/list_tags_query.ts:7
↓ 36 callersMethodtoString
()
apps/romainlanz.com/app/core/domain/identifier.ts:16
↓ 18 callersMethodfromString
(this: new (props: { value: string }) => T, value: string)
apps/romainlanz.com/app/core/domain/identifier.ts:12
↓ 18 callersMethoduse
(db: Kysely<DB>)
apps/romainlanz.com/tests/factories/factory.ts:83
↓ 15 callersMethodgenerate
(this: new (props: { value: string }) => T)
apps/romainlanz.com/app/core/domain/identifier.ts:8
↓ 10 callersFunctiondefineFactory
( table: Table, definition: FactoryDefinition<Table>, db: Kysely<DB> = defaultDb, )
apps/romainlanz.com/tests/factories/factory.ts:298
↓ 10 callersMethodexecute
(slug: string)
apps/romainlanz.com/app/articles/queries/get_article_by_slug_query.ts:11
↓ 9 callersMethodgivenTag
(input: Partial<FactoryInsert<'tags'>> = {})
apps/romainlanz.com/tests/fixtures/article_fixture.ts:52
↓ 8 callersMethodcreate
(overrides: Partial<FactoryInsert<Table>> = {})
apps/romainlanz.com/tests/factories/factory.ts:256
↓ 8 callersMethodnow
()
apps/romainlanz.com/app/common/services/time_service.ts:5
↓ 8 callersMethodtoHtml
(content: string)
apps/romainlanz.com/app/articles/services/markdown_compiler.ts:27
↓ 7 callersMethodall
()
apps/romainlanz.com/app/redirects/repositories/redirect_repository.ts:12
↓ 7 callersMethodgivenCategory
(input: Partial<FactoryInsert<'categories'>> = {})
apps/romainlanz.com/tests/fixtures/article_fixture.ts:48
↓ 7 callersMethodgivenPublishedArticles
(inputs: PublishedArticleInput[])
apps/romainlanz.com/tests/fixtures/article_fixture.ts:56
↓ 7 callersFunctionrun
(command, args, options = {})
bin/release.mjs:20
↓ 6 callersFunctionresolveRelation
( factory: KyselyFactory<Table, any, any>, value: FactoryRelationValue<Table> | undefined, db: Kysely<DB>,
apps/romainlanz.com/tests/factories/factory.ts:282
↓ 6 callersMethodvisitArticles
(client: ApiClient, query: Record<string, string | number> = {})
apps/romainlanz.com/tests/fixtures/article_fixture.ts:32
↓ 6 callersMethodwhenICreateATag
(attributes: TagAttributes)
apps/romainlanz.com/tests/fixtures/tag_fixture.ts:26
↓ 6 callersMethodwith
(name: Name, value?: WithRelationInput<WithRelations[Name]>)
apps/romainlanz.com/tests/factories/factory.ts:189
↓ 5 callersMethodassertArticleTitles
(assert: Assert, props: ArticleListPageProps, expectedTitles: string[])
apps/romainlanz.com/tests/fixtures/article_fixture.ts:41
↓ 5 callersMethodcreate
(properties: Properties)
apps/romainlanz.com/app/auth/domain/user.ts:22
↓ 5 callersMethodcreate
(properties: Properties)
apps/romainlanz.com/app/articles/domain/article.ts:24
↓ 5 callersMethodcreate
(properties: Properties)
apps/romainlanz.com/app/taxonomies/domain/tag.ts:13
↓ 5 callersMethodforRelation
( name: Name, resolver: FactoryForRelation<Table, Value>, options: { useByDefault?: boolean } = {}, )
apps/romainlanz.com/tests/factories/factory.ts:131
↓ 5 callersFunctionparseTagColor
(color: string)
apps/romainlanz.com/app/taxonomies/domain/tag_color.ts:3
↓ 4 callersMethodcreate
(user: User)
apps/romainlanz.com/app/admin/articles/policies/article_policy.ts:5
↓ 4 callersMethodexecute
(params: ComputeVisitHashServiceParams)
apps/romainlanz.com/app/redirects/services/compute_visit_hash_service.ts:10
↓ 4 callersMethodisAdmin
()
apps/romainlanz.com/app/auth/domain/user.ts:18
↓ 4 callersMethodmake
(overrides: Partial<FactoryInsert<Table>> = {})
apps/romainlanz.com/tests/factories/factory.ts:204
↓ 4 callersMethodrender
({ inertia }: HttpContext)
apps/romainlanz.com/app/pages/controllers/about_controller.ts:4
↓ 4 callersFunctionrunInherited
(command, args)
bin/release.mjs:28
↓ 4 callersMethodthenTagShouldExposePublicData
(slug: string, expected: { name: string; slug: string; color: TagColor })
apps/romainlanz.com/tests/fixtures/tag_fixture.ts:41
↓ 3 callersMethoddelete
(id: RedirectIdentifier)
apps/romainlanz.com/app/redirects/repositories/redirect_repository.ts:58
↓ 3 callersFunctiongenerateSlug
(value: string)
apps/romainlanz.com/app/core/slug.ts:3
↓ 3 callersMethodisPublished
(now: DateTime)
apps/romainlanz.com/app/articles/domain/article.ts:20
↓ 3 callersFunctiontruncateLine
(line: string, maxChars: number)
apps/romainlanz.com/app/common/services/og_image_generator_service.ts:20
↓ 2 callersMethod#makeWithContext
(overrides: Partial<FactoryInsert<Table>> = {})
apps/romainlanz.com/tests/factories/factory.ts:210
↓ 2 callersMethodbuild
(filters: PublishedArticlesFilters)
apps/romainlanz.com/app/articles/queries/published_articles_query_builder.ts:9
↓ 2 callersMethodcreate
(redirect: Redirect)
apps/romainlanz.com/app/redirects/repositories/redirect_repository.ts:46
↓ 2 callersMethodexecute
({ bouncer, request, response }: HttpContext)
apps/romainlanz.com/app/admin/articles/controllers/update_article_controller.ts:47
↓ 2 callersMethodexecute
({ bouncer, request, response }: HttpContext)
apps/romainlanz.com/app/admin/articles/controllers/store_article_controller.ts:41
↓ 2 callersFunctioninitiateApplication
(app: App, plugin: Plugin<[]>)
apps/romainlanz.com/inertia/app/helpers.ts:5
↓ 2 callersFunctionisMigration
(obj: unknown)
apps/romainlanz.com/app/core/file_migration_provider.ts:48
↓ 2 callersFunctionisNodeWithType
(node: unknown, type: string)
apps/romainlanz.com/shared/markdown/directives.ts:43
↓ 2 callersFunctionparsePublishedAt
(value: string | undefined)
apps/romainlanz.com/app/admin/articles/published_at.ts:5
↓ 2 callersMethodresetDatabase
()
apps/romainlanz.com/tests/fixtures/database_fixture.ts:5
↓ 2 callersFunctionsetLayout
(name: string, page: DefineComponent)
apps/romainlanz.com/inertia/app/helpers.ts:9
↓ 2 callersMethodshare
(ctx: HttpContext)
apps/romainlanz.com/app/middleware/inertia_middleware.ts:8
↓ 2 callersMethodstate
(state: FactoryState<Table>)
apps/romainlanz.com/tests/factories/factory.ts:116
↓ 2 callersFunctionwrapText
(text: string, { maxChars, maxLines }: WrapTextOptions)
apps/romainlanz.com/app/common/services/og_image_generator_service.ts:28
↓ 1 callersMethod#getDayToken
()
apps/romainlanz.com/app/redirects/services/compute_visit_hash_service.ts:16
↓ 1 callersMethod#loadTemplate
()
apps/romainlanz.com/app/common/services/og_image_generator_service.ts:61
↓ 1 callersMethod#migrateDown
()
apps/romainlanz.com/commands/migrate_rollback.ts:54
↓ 1 callersMethodalwaysFail
()
apps/romainlanz.com/tests/fixtures/live_status_fixture.ts:8
↓ 1 callersMethodattempt
* Attempts to verify the user credentials.
apps/romainlanz.com/app/auth/services/auth_service.ts:12
↓ 1 callersMethodcleanup
()
apps/romainlanz.com/tests/fixtures/live_status_fixture.ts:26
↓ 1 callersFunctioncompileAlertNoteDirective
(node: MarkdownContainerDirective)
apps/romainlanz.com/shared/markdown/directives.ts:73
↓ 1 callersFunctioncompileCodegroupDirective
(node: MarkdownContainerDirective)
apps/romainlanz.com/shared/markdown/directives.ts:89
↓ 1 callersFunctioncompileDirective
(node: MarkdownContainerDirective)
apps/romainlanz.com/shared/markdown/directives.ts:59
↓ 1 callersMethodconfigureRehype
(processor)
apps/romainlanz.com/app/articles/services/markdown_compiler.ts:13
↓ 1 callersMethodcreate
(payload: CreateTagDTO)
apps/romainlanz.com/app/taxonomies/repositories/tag_repository.ts:20
↓ 1 callersMethodcreate
(properties: Properties)
apps/romainlanz.com/app/paste/domain/paste.ts:10
↓ 1 callersMethodcreate
(payload: StorePasteDTO)
apps/romainlanz.com/app/paste/repositories/paste_repository.ts:21
↓ 1 callersMethodcreate
(properties: Properties)
apps/romainlanz.com/app/redirects/domain/visit.ts:15
↓ 1 callersFunctioncreateMarkdownProcessor
(options: MarkdownProcessorOptions = {})
apps/romainlanz.com/shared/markdown/processor.ts:23
↓ 1 callersFunctioncreateMarkdownRehypeProcessor
()
apps/romainlanz.com/shared/markdown/processor.ts:10
↓ 1 callersMethodcreateUserForGuard
(user: User)
apps/romainlanz.com/app/auth/session_user_provider.ts:11
↓ 1 callersFunctionescapeXml
(value: string)
apps/romainlanz.com/app/common/services/og_image_generator_service.ts:11
↓ 1 callersMethodexecute
({ session, request, response }: HttpContext)
apps/romainlanz.com/app/pages/controllers/contact_controller.ts:18
↓ 1 callersMethodexecute
({}: HttpContext)
apps/romainlanz.com/app/admin/taxonomies/controllers/store_category_controller.ts:16
↓ 1 callersFunctionextractCodegroupTab
(node: Code)
apps/romainlanz.com/shared/markdown/directives.ts:132
↓ 1 callersMethodfindById
(id: PasteIdentifier)
apps/romainlanz.com/app/paste/repositories/paste_repository.ts:11
↓ 1 callersMethodfindBySlug
(slug: string)
apps/romainlanz.com/app/redirects/repositories/redirect_repository.ts:28
↓ 1 callersMethodfindUserByEmail
(email: string)
apps/romainlanz.com/app/auth/repositories/user_repository.ts:7
↓ 1 callersMethodfor
(name: Name, value?: ForRelationInput<ForRelations[Name]>)
apps/romainlanz.com/tests/factories/factory.ts:174
↓ 1 callersMethodgetActiveTest
()
apps/romainlanz.com/tests/fixtures/base_fixture.ts:7
↓ 1 callersMethodgetLiveStatus
()
apps/romainlanz.com/app/twitch/services/twitch.ts:10
↓ 1 callersMethodgetPassword
()
apps/romainlanz.com/app/auth/domain/user.ts:14
↓ 1 callersMethodgetRequestLocale
* This method reads the user language from the "Accept-Language" * header and returns the best matching locale by checking it * against the suppor
apps/romainlanz.com/app/core/middleware/detect_user_locale_middleware.ts:28
↓ 1 callersMethodgivenATagExists
(attributes: Partial<TagAttributes> = {})
apps/romainlanz.com/tests/fixtures/tag_fixture.ts:18
↓ 1 callersMethodgivenPublishedArticle
(input: PublishedArticleInput = {})
apps/romainlanz.com/tests/fixtures/article_fixture.ts:66
↓ 1 callersMethodgivenTwitchIsAvailable
()
apps/romainlanz.com/tests/fixtures/live_status_fixture.ts:30
↓ 1 callersMethodhandle
* The method is used for handling errors and returning * response to the client
apps/romainlanz.com/app/core/exceptions/handler.ts:35
↓ 1 callersFunctionisAlertNoteType
(value: unknown)
apps/romainlanz.com/shared/markdown/directives.ts:31
↓ 1 callersFunctionisCodeNode
(node: unknown)
apps/romainlanz.com/shared/markdown/directives.ts:39
↓ 1 callersFunctionisContainerDirective
(node: unknown)
apps/romainlanz.com/shared/markdown/directives.ts:35
↓ 1 callersFunctionisFunction
(obj: unknown)
apps/romainlanz.com/app/core/file_migration_provider.ts:53
↓ 1 callersFunctionisObject
(obj: unknown)
apps/romainlanz.com/app/core/file_migration_provider.ts:57
↓ 1 callersFunctionisTagColor
(value)
packages/design-system/src/atoms/tag/tag_color.js:3
↓ 1 callersFunctionisTagSlugUniqueConstraintViolation
(error: unknown)
apps/romainlanz.com/app/taxonomies/repositories/tag_repository.ts:86
↓ 1 callersMethodmakeEventsDispatchable
* Providing the instance of emitter to the "BaseEvent" class, * so that you can emit events using the "Event.dispatch" * method.
apps/romainlanz.com/providers/app_provider.ts:12
↓ 1 callersMethodmerge
(overrides: Partial<FactoryInsert<Table>>)
apps/romainlanz.com/tests/factories/factory.ts:98
↓ 1 callersFunctionmigrateDatabase
()
apps/romainlanz.com/tests/database_test_utils.ts:10
↓ 1 callersFunctionremoveCodegroupTab
(meta?: string)
apps/romainlanz.com/shared/markdown/directives.ts:143
↓ 1 callersMethodrender
({ inertia }: HttpContext)
apps/romainlanz.com/app/admin/articles/controllers/list_articles_controller.ts:14
↓ 1 callersMethodrun
()
apps/romainlanz.com/commands/seed.ts:22
↓ 1 callersMethodrun
()
apps/romainlanz.com/app/core/health_checks/kysely_check.ts:9
↓ 1 callersMethodsave
(visit: Visit)
apps/romainlanz.com/app/redirects/repositories/visit_repository.ts:6
↓ 1 callersMethodsendDoubleOptInConfirmation
(email: string)
apps/romainlanz.com/app/newsletter/services/brevo_service.ts:4
next →1–100 of 265, ranked by callers