MCPcopy Create free account

hub / github.com/NixOS/nix / functions

Functions4,615 in github.com/NixOS/nix

↓ 4 callersFunctionnix_has_attr_byname
src/libexpr-c/nix_api_value.cc:426
↓ 4 callersFunctionnix_make_attrs
src/libexpr-c/nix_api_value.cc:671
↓ 4 callersFunctionnix_make_bindings_builder
src/libexpr-c/nix_api_value.cc:682
↓ 4 callersFunctionnix_value_decref
src/libexpr-c/nix_api_expr.cc:283
↓ 4 callersFunctionntOpenAt
* Open a file/directory relative to a directory handle using NtCreateFile. * * @param dirFd Directory handle to open relative to * @param pathCompo
src/libutil/windows/file-system-at.cc:32
↓ 4 callersMethodopen
src/libutil/memory-source-accessor.cc:6
↓ 4 callersMethodopenNode
(e)
doc/manual/theme/highlight.js:6
↓ 4 callersMethodoutPaths
src/libcmd/built-path.cc:31
↓ 4 callersFunctionparseHashFormat
src/libutil/hash.cc:442
↓ 4 callersMethodpathAccessor
src/libexpr/include/nix/expr/value.hh:1403
↓ 4 callersMethodpathSegments
* Get a range of path segments (the substrings separated by '/' characters). * * @param skipEmpty Skip all empty path segments */
src/libutil/include/nix/util/url.hh:244
↓ 4 callersMethodpeek
src/libstore/derivations.cc:171
↓ 4 callersMethodpreallocateContents
src/libutil/fs-sink.cc:216
↓ 4 callersMethodprimOpApp
src/libexpr/include/nix/expr/value.hh:1383
↓ 4 callersMethodprint
src/libexpr/eval.cc:129
↓ 4 callersFunctionprintElided
src/libexpr/print.cc:16
↓ 4 callersFunctionprintHashFormat
src/libutil/hash.cc:450
↓ 4 callersFunctionprintValueAsXML
src/libexpr/value-to-xml.cc:57
↓ 4 callersFunctionprofilesDir
src/libstore/profiles.cc:294
↓ 4 callersMethodqueryMissing
src/libstore/misc.cc:102
↓ 4 callersMethodqueryOutputName
src/libexpr/get-drvs.cc:180
↓ 4 callersFunctionreadChannels
Reads the list of channels.
src/nix/nix-channel/nix-channel.cc:28
↓ 4 callersMethodregisterDrvOutput
src/libstore/local-store.cc:620
↓ 4 callersMethodremovePrefix
src/libutil/canon-path.cc:80
↓ 4 callersMethodresetFileCache
src/libexpr/eval.cc:1155
↓ 4 callersMethodresetOverridden
src/libutil/configuration.cc:194
↓ 4 callersMethodresult
src/libutil/logging.cc:335
↓ 4 callersMethodrun
src/libcmd/command.cc:52
↓ 4 callersFunctionsetInterrupted
src/libutil/unix/include/nix/util/signals-impl.hh:68
↓ 4 callersMethodshouldPrettyPrint
* True if pretty-printing is enabled. */
src/libexpr/include/nix/expr/print-options.hh:103
↓ 4 callersFunctionshowCompressionAlgo
src/libutil/compression-algo.cc:34
↓ 4 callersMethodsign
src/libstore/path-info.cc:52
↓ 4 callersMethodskip
src/libutil/serialise.cc:115
↓ 4 callersFunctionstorePathToName
src/libmain/progress-bar.cc:30
↓ 4 callersMethodstrHash
src/libstore/include/nix/store/realisation.hh:42
↓ 4 callersFunctionstrictlyDecreasingPrefix
src/libutil/include/nix/util/sort.hh:126
↓ 4 callersFunctionstrictlyDecreasingSuffix
src/libutil/include/nix/util/sort.hh:141
↓ 4 callersFunctiontestAccept
* Whether we should update "golden masters" instead of running tests * against them. See the contributing guide in the manual for further * details.
src/libutil-test-support/include/nix/util/tests/characterization.hh:17
↓ 4 callersMethodthunk
src/libexpr/include/nix/expr/value.hh:1378
↓ 4 callersFunctiontoBuiltPaths
src/libcmd/installables.cc:859
↓ 4 callersMethodtoDerivedPaths
src/libcmd/installable-flake.cc:79
↓ 4 callersMethodtoPublicKey
src/libutil/signature/local-keys.cc:122
↓ 4 callersMethodtryGetSuccess
* Convenience wrapper to avoid a longer `std::get_if` usage by the * caller (which will have to add more `BuildResult::` than we do * below
src/libstore/include/nix/store/build-result.hh:149
↓ 4 callersFunctionunlink
src/libutil/file-system.cc:770
↓ 4 callersFunctionunsetenv
src/libutil/windows/environment-variables.cc:68
↓ 4 callersMethoduseUidRange
src/libstore/derivation-options.cc:368
↓ 4 callersMethodvalueWrapping
* Returns the result as if the arithmetic were performed as wrapping arithmetic. * * \throws DivideByZero if the operation was a div
src/libutil/include/nix/util/checked-arithmetic.hh:100
↓ 4 callersMethodversions
src/nix/profile.cc:79
↓ 4 callersMethodwithFramedSink
src/libstore/remote-store.cc:844
↓ 3 callersFunctionTEST_F
src/libexpr-tests/trivial.cc:9
↓ 3 callersFunctiona
(e)
doc/manual/theme/highlight.js:6
↓ 3 callersFunctionabsPathPure
src/libutil/canon-path.cc:12
↓ 3 callersFunctionadd
src/libutil-tests/fun.cc:8
↓ 3 callersMethodadd
src/libexpr/include/nix/expr/nixexpr.hh:835
↓ 3 callersMethodaddDependency
* Add 'path' to the set of paths that may be referenced by the * outputs, and make it appear in the sandbox. */
src/libstore/include/nix/store/restricted-store.hh:55
↓ 3 callersMethodaddRule
(e,n)
doc/manual/theme/highlight.js:6
↓ 3 callersMethodaddSignatures
src/libstore/local-store.cc:1514
↓ 3 callersMethodaddToStoreSlow
The aim of this function is to compute in one pass the correct ValidPathInfo for the files that we are trying to add to the store. To accomplish that
src/libstore/store-api.cc:263
↓ 3 callersMethodaddTrace
src/libutil/include/nix/util/error.hh:211
↓ 3 callersFunctionalignUp
src/libutil/include/nix/util/alignment.hh:18
↓ 3 callersMethodallowClosure
src/libexpr/eval.cc:379
↓ 3 callersMethodapplyOverrides
src/libfetchers/github.cc:189
↓ 3 callersMethodbuild
src/nix/profile.cc:235
↓ 3 callersMethodbuildDerivation
src/libstore/remote-store.cc:667
↓ 3 callersMethodcancel
src/libutil/file-system.cc:475
↓ 3 callersFunctioncanonicalisePathMetaData
src/libstore/posix-fs-canonicalise.cc:125
↓ 3 callersMethodcheck
src/libutil/tarfile.cc:50
↓ 3 callersFunctioncheckBinaryCachePath
src/libstore/local-binary-cache-store.cc:11
↓ 3 callersFunctioncheckPass
src/nix/config-check.cc:27
↓ 3 callersMethodcheckURI
src/libexpr/eval.cc:425
↓ 3 callersFunctionchmodIfNeeded
src/libutil/file-system.cc:783
↓ 3 callersMethodcloseNode
(e)
doc/manual/theme/highlight.js:6
↓ 3 callersMethodcoerceToSingleDerivedPath
src/libexpr/eval.cc:2657
↓ 3 callersFunctioncollapse_attrset_layer_chain_if_needed
src/libexpr-c/nix_api_value.cc:442
↓ 3 callersFunctioncommitAll
src/libfetchers-tests/git.cc:38
↓ 3 callersFunctioncomparePriorities
src/nix/nix-env/nix-env.cc:236
↓ 3 callersFunctioncompleteFlakeInputAttrPath
src/libcmd/installables.cc:34
↓ 3 callersFunctioncompressHash
src/libutil/hash.cc:416
↓ 3 callersMethodconnect
src/libstore/remote-store.cc:789
↓ 3 callersFunctioncreateAnonymousTempFile
src/libutil/file-system.cc:553
↓ 3 callersFunctioncreateGeneration
src/libstore/profiles.cc:64
↓ 3 callersMethodcreateHardlink
src/libfetchers/git-utils.cc:1340
↓ 3 callersFunctioncreateInterruptCallback
src/libutil/unix/signals.cc:162
↓ 3 callersFunctioncreateOutLinks
src/libcmd/command.cc:414
↓ 3 callersFunctioncreateOwnedNixContext
src/libutil-test-support/include/nix/util/tests/nix_api_util.hh:57
↓ 3 callersMethodcreateRegularFile
src/libfetchers/git-utils.cc:1217
↓ 3 callersFunctioncreateWrappedProvider
* Helper function to wrap a C credentials provider in the C++ interface. * This replicates the static s_CreateWrappedProvider from aws-crt-cpp. */
src/libstore/aws-creds.cc:137
↓ 3 callersMethoddecCapacity
src/libutil/include/nix/util/pool.hh:88
↓ 3 callersFunctiondeleteGenerationsOlderThan
src/libstore/profiles.cc:199
↓ 3 callersFunctiondeleteOldGenerations
src/libstore/profiles.cc:187
↓ 3 callersMethoddereferenceSingletonDirectory
src/libfetchers/git-utils.cc:754
↓ 3 callersFunctiondownloadTarball
src/libfetchers/tarball.cc:225
↓ 3 callersFunctiondumpBlobPrefix
src/libutil/git.cc:243
↓ 3 callersFunctiondumpHash
src/libutil/git.cc:326
↓ 3 callersFunctiondumpString
src/libutil/archive.cc:124
↓ 3 callersFunctiondumpTree
src/libutil/git.cc:250
↓ 3 callersFunctionensureNoNullBytes
src/libutil/canon-path.cc:17
↓ 3 callersFunctionescape
quick and dirty
src/libutil-tests/args.cc:112
↓ 3 callersMethodeval
src/libexpr-test-support/include/nix/expr/tests/libexpr.hh:45
↓ 3 callersFunctionfetchTree
src/libexpr/primops/fetchTree.cc:83
← previousnext →701–800 of 4,615, ranked by callers